home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Source / StormFunc.h < prev    next >
C/C++ Source or Header  |  1993-11-14  |  500b  |  21 lines

  1. /* global functions defined in Storm.m */
  2.  
  3. #ifndef STORMFUNC_H
  4. #define STORMFUNC_H
  5.  
  6. extern char *path(char *s);
  7. extern void message(char *fmt, ...);
  8. extern void Put(char *fmt, ...);
  9. extern char *pgets(char *s, int n);
  10. extern char *Flush(char *s);
  11. extern void setText(char *s);
  12. extern void openFile(char *s);
  13. extern void setFile(char *s);
  14. extern void logout(void);
  15. extern void setFetchText(char *s);
  16. extern int ensurelogin(void);
  17. extern void fetchReports(void );
  18. extern void Command(char *s);
  19.  
  20. #endif
  21.